1 using System.Collections;
2 using
System.Collections.Generic;
3 using
UnityEngine;
4
5 public
class RewardScript : MonoBehaviour {
6
7     
public int rewardValue = 10;
8
9     
// Use this for initialization
10     
void Start () {
11         
12     }
13     
14     
// Update is called once per frame
15     
void Update () {
16         
17     }
18 }


Gõ tìm kiếm nhanh...